home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC User 2004 November
/
PCU1104CD2.iso
/
software
/
browsers
/
files
/
QBrows.exe
/
{app}
/
AddIns
/
Sample
/
install.js
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-10-04
|
284 b
|
5 lines
var WshShell = WScript.CreateObject("WScript.Shell");
var regPath = "HKCU\\Software\\WoLoSoft\\QBrowser\\Macros\\Sample\\"
WshShell.RegWrite( regPath + "FileName", WshShell.CurrentDirectory + "\\Sample.vbs", "REG_SZ" );
WshShell.RegWrite( regPath + "Startup", 1, "REG_BINARY" );